home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / games_d / football.zip / TECHNOTE.QIP / SSTOR.TEC < prev    next >
Text File  |  1993-06-18  |  6KB  |  133 lines

  1.  
  2.              QEMM AND SUPERSTOR DISK COMPRESSION
  3.  
  4.  
  5.   This QEMM 7 technote is an abridged version of a technical
  6.   bulletin that is available through our standard support channels.
  7.   The information contained in this version pertains ONLY to QEMM
  8.   version 7.0.  If you need information relating to earlier versions
  9.   of QEMM you can obtain the unabridged version from the following
  10.   sources:
  11.  
  12.   Quarterdeck Technical Support BBS:  SSTOR.TEC
  13.                          CompuServe:  SSTOR.ZIP
  14.                               Q/FAX:  #249
  15.  
  16.  
  17.   Subject: Notes on using AddStor's SuperStor disk compression
  18.   utility package with Quarterdeck Expanded Memory Manager.
  19.  
  20.   PLEASE NOTE:  The information contained in this technical
  21.   bulletin pertains ONLY to QEMM version 7.0.  If you require
  22.   information relating to earlier versions of QEMM, you should
  23.   obtain the longer, unabridged version of this technote which is
  24.   available through our standard support channels under the same
  25.   filename.  See CONTACT.TEC (located in your QEMM\TECHNOTE
  26.   directory) for information on obtaining technical bulletins.
  27.  
  28.  
  29.   QEMM's Optimize program is fully compatible with SuperStor 2.0,
  30.   2.04 and SuperStor Pro.  However, a few steps may have to be
  31.   followed before running Optimize.
  32.  
  33.   1.  In order for QEMM's LOADHI.SYS to load the entire device
  34.       driver into upper memory, you must place a /NOUMB parameter
  35.       at the end of the SSTORDRV.SYS device line in your CONFIG.SYS
  36.       file.
  37.  
  38.   2.  When SSTORDRV.SYS (the SuperStor device driver) is loaded into
  39.       upper memory, it usually takes about 75K.  If loaded into
  40.       conventional memory, it usually takes about 41K.  This is an
  41.       inherent limitation of SSTORDRV.SYS and is NOT a QEMM issue.
  42.  
  43.   3.  When QEMM is installed on a system on which SuperStor is
  44.       already installed, it creates a QEMM directory on the
  45.       UNCOMPRESSED boot drive and copies pertinent QEMM files to
  46.       that drive.  If you do not have enough room on your
  47.       uncompressed drive to hold the necessary files, the
  48.       installation will terminate.
  49.  
  50.       To rectify this, you must run Addstor's utility program SSUTIL
  51.       and shrink the size of the COMPRESSED disk.  To be on the safe
  52.       side, shrink it by a minimum of 2048K.  Although QEMM will
  53.       only use a portion of that disk space, you should have
  54.       sufficient space left over for new device drivers, temporary
  55.       files, or other files or programs you may need to store on the
  56.       UNCOMPRESSED drive.  Refer to your SuperStor manual for
  57.       information on using SSUTIL.
  58.  
  59.   4.  If you install SuperStor on a system that already has QEMM
  60.       installed on it, the SuperStor installation program will
  61.       change the QEMM device statement from:
  62.  
  63.           DEVICE=C:\QEMM\QEMM386.SYS RAM
  64.  
  65.                        to
  66.  
  67.           DEVICE=C:\QEMM386.SYS RAM
  68.  
  69.       You MUST edit the line to once again read:
  70.  
  71.           DEVICE=C:\QEMM\QEMM386.SYS RAM
  72.  
  73.       If you like, you can use the editor in QEMM's QSETUP program
  74.       or in Manifest.
  75.  
  76.   5.  If you install SuperStor after installing QEMM, you must
  77.       manually create a QEMM directory on the UNCOMPRESSED drive and
  78.       copy pertinent QEMM files from the COMPRESSED drive to the
  79.       UNCOMPRESSED drive.  The necessary files are:
  80.  
  81.         QEMM386.SYS
  82.         TESTBIOS.COM
  83.         OPTIMIZE.COM
  84.         RSTRCFG.SYS
  85.         LOADHI.COM
  86.         LOADHI.SYS
  87.         MCA.ADL              [if a Micro Channel machine]
  88.         WINHIRAM.VXD
  89.         WINSTLTH.VXD
  90.         MFT.EXE
  91.         QDPMI.SYS            [if loaded in CONFIG.SYS]
  92.         DOSDATA.SYS          [if using DOS-UP]
  93.         DOS-UP.SYS           [if using DOS-UP]
  94.         QSETUP.EXE           [if you have room for it]
  95.  
  96.   6.  If you enabled QEMM's DOS-UP feature prior to installing
  97.       SuperStor, the SuperStor installation will move the two
  98.       DOS-Up device lines to the wrong place in the CONFIG.SYS file.
  99.       The SuperStor installation program moves the QEMM386.SYS
  100.       device line to the top of the CONFIG.SYS file, then loads the
  101.       two SuperStor drivers, SSTORDRV.SYS and DEVSWAP.COM, followed
  102.       by DOSDATA.SYS and DOS-UP.SYS.  THIS IS WRONG.
  103.  
  104.       You MUST edit your CONFIG.SYS file so that the SuperStor
  105.       drivers do NOT load until after the three QEMM drivers.
  106.       You may also be loading QEMM's QDPMI.SYS device driver in your
  107.       CONFIG.SYS file, but the order in which this driver loads is
  108.       not important.
  109.  
  110.       The QEMM drivers MUST load as follows:
  111.  
  112.         DEVICE=C:\QEMM\DOSDATA.SYS
  113.         DEVICE=C:\QEMM\QEMM386.SYS RAM [any additional parameters]
  114.         DEVICE=C:\QEMM\DOS-UP.SYS
  115.  
  116.       with the SuperStor drivers loaded AFTER these three lines.
  117.  
  118.   7.  In order to prevent confusion when running QSetup, you MUST
  119.       delete the QEMM386.SYS driver from the ROOT directory of both
  120.       the COMPRESSED and UNCOMPRESSED drives.
  121.  
  122.       PLEASE NOTE:  You MUST NOT delete the QEMM386.SYS drivers from
  123.                     your QEMM directories.
  124.  
  125.   8.  Once you have performed the above steps, you should have no
  126.       problem running either Optimize or QSetup with SuperStor.
  127.  
  128.   ******************************************************************
  129.             Trademarks are property of their respective owners.
  130.   This technical note may be copied and distributed freely as long
  131.   as it is distributed in its entirety and it is not distributed
  132.   for profit.  Copyright (C) 1993 by Quarterdeck Office Systems
  133.   ************************ E N D   O F   F I L E *******************